home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
artience
/
amateur
/
telefone
< prev
Wrap
Text File
|
1990-11-10
|
505b
|
13 lines
goal (rate)
if day = saturday then rate = cheap.
if hour = before 8:30 then rate = cheap.
if hour = after 21:00 then rate = cheap.
if day = sun to thurs & hour = 8:30 thru 13:00 then rate = expensive.
if day = sun to thurs & hour = 13:00 thru 21:00 then rate = middle.
if day = friday & hour = 8:30 thru 13:00 then rate = expensive.
if day = friday & hour = 13:00 thru 21:00 then rate = cheap.
prompt (day) = On which day was the call made?
prompt (hour) = At which hour was the call made?